λ bun test
tsconfigのtypesに"bun"を追加
code:tsconfig.json
{
"compilerOptions": {
}
}
↑これをしないと、型エラーになる
code:ts
import { expect, test } from 'bun:test';
// ↑エラー
Test runner
bun test
Writing tests
Watch mode
Lifecycle hooks
Mocks
Dates and times
DOM testing
Code coverage